Open
Conversation
This commit introduces a push notification that is sent at the end of each month to announce the winners of the monthly campaign. The notification is sent to all users and includes the names of the winners for the "Longest Chain" and "Most Wins" categories, along with their winning stats. The logic is added to the `createMonthlyCampaign` internal action, which is triggered by a monthly cron job. The notification message is formatted to handle cases where there are two different winners or a single winner for both categories.
This commit introduces a new backend feature to fetch and store the top 50 PGA players from the Official World Golf Rankings. - A new `pgaPlayers` table has been added to the database schema. - A new Convex action `getPGAPlayers` has been created to scrape the player data from the PGA Tour website using `got` and `cheerio`. - A new Convex mutation `storePGAPlayers` has been created to store the player data in the database. - A new daily cron job has been added to `convex/crons.ts` to keep the player rankings up to date. - The `got` and `cheerio` dependencies have been added to `package.json`.
|
@google-labs-jules[bot] is attempting to deploy a commit to the Mercs Team on Vercel. A member of the Team first needs to authorize it. |
Owner
|
This seems to be the wrong commit for the PR title. |
Author
I think they got stacked up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.